home *** CD-ROM | disk | FTP | other *** search
/ Practical Algorithms for Image Analysis / Practical Algorithms for Image Analysis.iso / LIBTIFF / README < prev    next >
Text File  |  1999-09-11  |  2KB  |  61 lines

  1. $Header: /usr/people/sam/tiff/RCS/README,v 1.27 1996/01/10 19:31:42 sam Rel $
  2.  
  3. TIFF Software Distribution
  4. --------------------------
  5. This file is just a placeholder; all the documentation is now in
  6. HTML in the html directory.  To view the documentation point your
  7. favorite WWW viewer at html/index.html; e.g.
  8.  
  9.     netscape html/index.html
  10.  
  11. If you don't have an HTML viewer then you can read the HTML source
  12. or fetch a PostScript version of this documentation from the directory
  13.  
  14.     ftp://ftp.sgi.com/graphics/tiff/doc
  15.  
  16. If you can't hack either of these options then basically what you
  17. want to do is:
  18.  
  19.     % ./configure
  20.     % make
  21.     % su
  22.     # make install
  23.  
  24. If that doesn't do what you want, or something isn't clear then
  25. sorry, but you're SOL.
  26.  
  27.     Sam Leffler    (sam@engr.sgi.com)
  28.  
  29.  
  30. Use and Copyright
  31. -----------------
  32. Silicon Graphics has seen fit to allow me to give this work away.  It
  33. is free.  There is no support or guarantee of any sort as to its
  34. operations, correctness, or whatever.  If you do anything useful with
  35. all or parts of it you need to honor the copyright notices.   I would
  36. also be interested in knowing about it and, hopefully, be acknowledged.
  37.  
  38. The legal way of saying that is:
  39.  
  40. Copyright (c) 1988-1996 Sam Leffler
  41. Copyright (c) 1991-1996 Silicon Graphics, Inc.
  42.  
  43. Permission to use, copy, modify, distribute, and sell this software and 
  44. its documentation for any purpose is hereby granted without fee, provided
  45. that (i) the above copyright notices and this permission notice appear in
  46. all copies of the software and related documentation, and (ii) the names of
  47. Sam Leffler and Silicon Graphics may not be used in any advertising or
  48. publicity relating to the software without the specific, prior written
  49. permission of Sam Leffler and Silicon Graphics.
  50.  
  51. THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
  52. EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
  53. WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
  54.  
  55. IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
  56. ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  57. OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  58. WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
  59. LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
  60. OF THIS SOFTWARE.
  61.